home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #1 / Cd 1 (black) - 2001.iso / K-CS.dcr / 02786.ls < prev    next >
Encoding:
Text File  |  2000-11-15  |  275 b   |  15 lines

  1. global BlinkObjekt, CurrentStep, startPos
  2.  
  3. on new me
  4.   set CurrentStep to 0
  5.   set startPos to the locV of sprite 47
  6.   set BlinkObject to 0
  7.   set the locH of sprite 99 to 680
  8.   set BlinkObjekt to new(script "Blink")
  9. end
  10.  
  11. on exitFrame
  12.   checkBlink(BlinkObjekt)
  13.   go(#loop)
  14. end
  15.